home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.ncftp.com
/
ftp.ncftp.com.zip
/
ftp.ncftp.com
/
ncftp
/
binaries
/
ncftp-3.2.5-macosx10.4-ppc.dmg
/
NcFTP 3.2.5.pkg
/
Contents
/
Resources
/
VolumeCheck
< prev
next >
Wrap
Text File
|
2002-10-13
|
171b
|
11 lines
#!/bin/sh
if [ $# -eq 0 ] ; then exit 2 ; fi
TARGET_VOLUME="$1"
if [ -d "$TARGET_VOLUME/System/Library/CoreServices" ] ; then
exit 0
fi
exit 48 # Special exit status